runtime.mheap.specialWeakHandleAlloc (field)

5 uses

	runtime (current package)
		mheap.go#L210: 	specialWeakHandleAlloc fixalloc // allocator for specialWeakHandle
		mheap.go#L749: 	h.specialWeakHandleAlloc.init(unsafe.Sizeof(specialWeakHandle{}), nil, nil, &memstats.gcMiscSys)
		mheap.go#L2152: 	s := (*specialWeakHandle)(mheap_.specialWeakHandleAlloc.alloc())
		mheap.go#L2192: 	mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))
		mheap.go#L2315: 		mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))